ImagXpress® supports the use of the clipboard for loading a DIB into ImagXpress. To load a DIB from the clipboard into an ImagXpress image buffer:
- Copy content from the source into the clipboard. If copying from an existing ImagXpress buffer: Set the ProcessImageID property to the source buffer. Call the ImagXpress Copy method to copy the DIB from the buffer to the clipboard.
- Set the ProcessImageID to the target ImagXpress buffer which should receive the data from the clipboard.
-
Call the ImagXpress
Paste method to copy the DIB from the clipboard to the target buffer.
-
The image can now be modified or saved. To display the image, set
ViewImageID property to the target image buffer (ProcessImageID).
See Also